home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / vimvcl30.zip / VLOGIN.DFM / VLOGIN.txt
Text File  |  1996-03-21  |  3KB  |  117 lines

  1. object VimPasswordDlg: TVimPasswordDlg
  2.   Left = 248
  3.   Top = 486
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Login'
  7.   ClientHeight = 168
  8.   ClientWidth = 365
  9.   Ctl3D = False
  10.   Color = clBtnFace
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 120
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   TextHeight = 14
  19.   object Label1: TLabel
  20.     Left = 26
  21.     Top = 55
  22.     Width = 59
  23.     Height = 14
  24.     Caption = 'Password:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 34
  28.     Top = 89
  29.     Width = 51
  30.     Height = 14
  31.     Caption = 'P.O. Path:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 13
  35.     Top = 24
  36.     Width = 72
  37.     Height = 14
  38.     Caption = 'Log-in Name:'
  39.   end
  40.   object fldPassword: TEdit
  41.     Left = 96
  42.     Top = 52
  43.     Width = 257
  44.     Height = 22
  45.     Font.Color = clBlack
  46.     Font.Height = -12
  47.     Font.Name = 'Arial'
  48.     Font.Style = [fsBold]
  49.     MaxLength = 48
  50.     ParentFont = False
  51.     PasswordChar = '*'
  52.     TabOrder = 0
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 274
  56.     Top = 128
  57.     Width = 79
  58.     Height = 26
  59.     TabOrder = 3
  60.     Kind = bkCancel
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 184
  64.     Top = 128
  65.     Width = 81
  66.     Height = 26
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 2
  71.     Glyph.Data = {
  72.       DE010000424DDE01000000000000760000002800000024000000120000000100
  73.       0400000000006801000000000000000000000000000000000000000000000000
  74.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  75.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  76.       3333333333333333333333330000333333333333333333333333F33333333333
  77.       00003333344333333333333333377F3333333333000033334224333333333333
  78.       337337F3333333330000333422224333333333333733337F3333333300003342
  79.       222224333333333373333337F3333333000034222A22224333333337F337F333
  80.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  81.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  82.       0000333333333A222433333333333337F337F33300003333333333A222433333
  83.       333333337F337F33000033333333333A222433333333333337F337F300003333
  84.       33333333A222433333333333337F337F00003333333333333A22433333333333
  85.       3337F37F000033333333333333A223333333333333337F730000333333333333
  86.       333A333333333333333337330000333333333333333333333333333333333333
  87.       0000}
  88.     NumGlyphs = 2
  89.   end
  90.   object fldPoPath: TEdit
  91.     Left = 96
  92.     Top = 86
  93.     Width = 257
  94.     Height = 22
  95.     Font.Color = clBlack
  96.     Font.Height = -12
  97.     Font.Name = 'Arial'
  98.     Font.Style = [fsBold]
  99.     MaxLength = 80
  100.     ParentFont = False
  101.     TabOrder = 1
  102.   end
  103.   object fldLoginName: TEdit
  104.     Left = 96
  105.     Top = 21
  106.     Width = 257
  107.     Height = 22
  108.     Font.Color = clBlack
  109.     Font.Height = -12
  110.     Font.Name = 'Arial'
  111.     Font.Style = [fsBold]
  112.     MaxLength = 48
  113.     ParentFont = False
  114.     TabOrder = 4
  115.   end
  116. end
  117.